body {
  background-color: #FFCCDD;
  color: #700125;
  font-size: 16px;
  font-family: "Century Gothic", Tahoma, sans-serif;
}
.box {
  border: 10px solid #00291C;
  background: #CCFFEE;
  padding: 16px;
  min-height: 100px;
  max-width: 850px;
}
.boxp {
  color: #26725e;
}
h1 {
  font-size: 60px;
}
h2 {
  font-size: 40px;
  color: #b40047;
}
h3 {
  font-size: 40px;
  color: #004736;
}
h4{
  font-size: 20px;
  color: #c74965;
}
h6 {
  font-size: 12px;
  color: #b40047;
}
p {
  color: #ef0073;
}
a {
  color: #00d055;
}
ul {
  color: #90002e;
}
div {
  min-width: 100px;
}

